-- background: 4112 from stack: in -- bmap block id: 8044 -- flags: 4000 -- background id: 0 -- name: ----- HyperTalk script ----- on mouseup put "'s Review" into field 3 of card "Novel Menu" put field 1 of card "Title Page" before field 3 of card "Novel Menu" put "The Author: "into field 4 of card "Novel Menu" put field 3 of card "Title Page" after field 4 of card "Novel Menu" visual effect dissolve go to next card end mouseup -- part 1 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=291 top=40 right=60 bottom=479 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: Student's name -- part 2 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=291 top=84 right=158 bottom=503 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 24 -- style flags: 256 -- line height: 32 -- part name: -- part 3 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=291 top=180 right=201 bottom=475 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: -- part 4 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=291 top=232 right=253 bottom=475 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: -- part 5 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=291 top=15 right=34 bottom=460 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: -- part 8 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=291 top=62 right=81 bottom=460 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: -- part 9 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=291 top=159 right=178 bottom=460 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: -- part 10 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=291 top=210 right=229 bottom=460 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: -- part 11 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=291 top=273 right=294 bottom=475 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: -- part 12 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=291 top=303 right=332 bottom=498 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: -- part 13 (button) -- low flags: 00 -- high flags: A002 -- rect: left=16 top=319 right=340 bottom=76 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp global ReturnCard go ReturnCard end mouseUp